-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleaning up little things #61
Conversation
WalkthroughThis update modifies the testing environment setup in the Makefile, adjusts the logging configuration in Changes
TipsChat with CodeRabbit Bot (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Status
Actionable comments generated: 0
Files ignored due to filter (2)
- dev-compose.yml
- testdata/tarmac-consul.yml
Files selected for processing (2)
- Makefile (1 hunks)
- docs/wasm-functions/multi-function-services.md (1 hunks)
Files skipped from review due to trivial changes (2)
- Makefile
- docs/wasm-functions/multi-function-services.md
Codecov Report
@@ Coverage Diff @@
## main #61 +/- ##
=======================================
Coverage 82.40% 82.40%
=======================================
Files 12 12
Lines 1125 1125
=======================================
Hits 927 927
Misses 152 152
Partials 46 46 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Summary by CodeRabbit
tests-nobuild
target in the Makefile to include two new Docker containers (consul
andconsulator
) for enhanced testing environment.tarmac.json
file, specifically the "log_level" property. This change simplifies the configuration process.make build tests-nodeps
withmake build tests-base
, improving the build and test process by using a different set of dependencies or configurations.